提交

Numox

@Tatsuhiro Mitani

概览

Numox

Numox is a hosted remote MCP server for social analytics.

It records YouTube and X metrics daily and lets MCP-ready AI clients such as Claude and Cursor read the data through a scoped bearer token.

What you can ask

  • What did my best-performing posts have in common?
  • Why did followers increase on this day?
  • Which posts dropped, and what should I try next?

Connection

Endpoint:

https://numox.dev/api/mcp

Transport:

Streamable HTTP

Authentication:

Bearer token issued inside Numox.

Users sign in to Numox and create an AI key from:

https://numox.dev/settings/tokens

Supported platforms

  • YouTube
  • X

Tools

  • get_dashboard_summary
  • get_account_analytics
  • get_post_performance
  • search_posts
  • get_ranking
  • get_growth_report
  • compare_periods
  • get_account_time_series
  • get_post_time_series
  • get_context
  • create_recipe (read_write key only)

Pricing

Free plan available. Paid plans start at $12/mo or ¥1,480/mo.

Notes

Numox is not a posting scheduler. It is a data layer for AI-assisted social analysis.

No npm package or Docker installation is required.

服务器配置

{
  "mcpServers": {
    "numox": {
      "type": "streamable-http",
      "url": "https://numox.dev/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_NUMOX_AI_KEY"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server